home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / cnet / cn305c_2.lha / support / FidoNet / Method3.examples / trapdoor.cfg < prev   
Text File  |  1994-02-13  |  4KB  |  155 lines

  1. ; Method 3 example.  There is no need for SPAWN mode or BBSCOMMAND strings
  2. ; because trapdoor will never be answering calls on its own.  CNet answers
  3. ; all calls and SPAWNs trapdoor when it is needed to handle Fido mail
  4. ; sessions.
  5.  
  6. NODE 1:2410/215.0
  7. AKA "911:7000/0 911:7000/1 911:7000/2 1:2410/215"
  8. NAME "Future World! --> CNet BBS Headquarters"
  9. SYSOP "Jim Selleck"
  10.  
  11. ; Point setup: set up the password for your boss node here.
  12. ; Leave this unset ("") to operate a node or set it to
  13. ; something else to not accept calls from unlisted nodes.
  14.  
  15. PASSWORD ""
  16. BAUD 19200
  17. LOCK
  18. MINBAUD 1200
  19. NOMAXBAUD
  20.  
  21. ; Point setup: set this to your boss' FidoNet address.
  22. ; Set this to your own address when running a node.
  23.  
  24. BOSS 1:2410/215.0
  25.  
  26. OUTBOUND "Mail:Outbound"
  27. INBOUND  "Mail:Inbound"
  28. NODELIST "NodeList:"
  29.  
  30. ; This is the number of rings that TrapDoor will wait
  31. ; before answering the phone. If you don't want TrapDoor
  32. ; to answer the phone, just set this to RINGS 9999.
  33.  
  34. RINGS 1
  35.  
  36. ; A banner line that will be displayed to human callers.
  37. ; Instead of specifying a string, you could also send out
  38. ; a complete banner file here. The second line gives you
  39. ; an example of that.
  40.  
  41. ; BANNER "Future World! --> CNet BBS Headquarters"
  42. ; BANNER "<mail:Banner"
  43. BANNER ""
  44.  
  45. ; This is the commandline that TrapDoor will execute when
  46. ; a user presses Escape to enter the BBS.
  47. ; To disable the BBS, use BBSMODE NONE or omit the statements.
  48.  
  49. BBSCOMMAND ""
  50. BBSINOUT ""
  51. BBSMODE NONE
  52. BBSMESSAGE ""
  53.  
  54. ; In addition to the Escape key, you can specify another
  55. ; character that users can press twice to enter the BBS.
  56. ; WARNING: Do not use an asterisk ('*') here!
  57.  
  58. ; BBSCHAR '/'
  59.  
  60. ; NOTE that the use of "run run" is intentional below!
  61.  
  62. AFTERSESSION "run run cnet:Toss"
  63.  
  64. ; This defines the name of the logfile for TrapDoor.
  65.  
  66. LOGFILE "Mail:TrapDoor.Log"
  67. DIALER ""
  68.  
  69. ; Here are the loglevels for various logging groups.
  70.  
  71. ; LOGLEVEL 0:2      ; debugger
  72. ; LOGLEVEL 1:2      ; link
  73. ; LOGLEVEL 2:2      ; transfer
  74. ; LOGLEVEL 3:2      ; system
  75. ; LOGLEVEL 4:2      ; modem
  76. ; LOGLEVEL 5:2      ; session
  77. ; LOGLEVEL 6:7      ; security
  78. ; LOGLEVEL 7:2      ; outside
  79. ; LOGLEVEL 8:7      ; information
  80. ; LOGLEVEL 9:2      ; scheduler
  81.  
  82. ; If you have a "slow" modem, set this to higher values.
  83.  
  84. SLOWMODEM 10
  85.  
  86. MODEMINIT     "~~ATZ|~~~~~ATPH0V1X7M0E0E0S2=31S0&B1&H1&D3|~~"
  87. MODEMDIALPRE  "ATDP"
  88. MODEMDIALPOST "|"
  89. MODEMANSWER ""
  90. MODEMHANGUP   "|^"
  91.  
  92. ; MODEMINIT "~~ATZ|~~~~"
  93. ; MODEMHANGUP "||^|"
  94. ; MODEMDIALPRE "~~ATS7=60B1X7DP"
  95. ; MODEMDIALPOST "|"
  96. ; MODEMANSWER "~~ATS7=25B0A|"
  97.  
  98. ARQSTRING "ARQ"
  99. SNIFFARQ
  100.  
  101. ; This informs TrapDoor which Amiga device is your
  102. ; serial device. For example, a Supra 2400zi modem
  103. ; needs SERIALNAME "modem0.device".
  104.  
  105. SERIALNAME "serial.device"
  106. SERIALUNIT 2
  107. SERIALFLAGS 0
  108. ADJUST 0
  109. SHARED
  110. DSR
  111. 7WIRE
  112.  
  113. ; This tells TrapDoor what command to execute to handle
  114. ; incoming File Requests. Please consult the manual for
  115. ; a more detailed description.
  116. ; To turn off File Requests, use FREQUEST "".
  117.  
  118. FREQUEST ""
  119.  
  120. ; This is the name of TrapDoor's ARexx port.
  121. ; If you have multiple lines, you need to change this
  122. ; for each line.
  123.  
  124. REXXNAME "TrapDoor"
  125.  
  126. ; Where should TrapDoor put its windows?
  127. ; Note that on NTSC machines and their smaller screens,
  128. ; you will have to change the value of STATWINDOW.
  129.  
  130. LOGWINDOW 30/15/580/133
  131. STATWINDOW 30/155/580/44
  132. SCREENMODE PUBLIC
  133. PUBSCREENNAME Trapdoor
  134. BACKGROUND
  135. NOAUTOOVERSCAN
  136. NOINTERLACE
  137. ; QUIET
  138. ; COLORS 2560/4095/10/160
  139. COLORS $AAA/$000/$DDC/$66A
  140. RETRIES 30
  141. REDIALDELAY 5
  142. NOQUIET
  143. NOSWEPULSE
  144. ANSWER
  145.  
  146. ; Enable accounting with ACCOUNTING and specify accounting
  147. ; limits. The template for ACCTMAX is:
  148. ; ACCTMAX "cost calls-out failed-sessions busy nocarrier voice"
  149.  
  150. ; ACCOUNTING
  151. ; ACCTMAX "3000 20 2 20 5 2"
  152.  
  153. BEEPDISPLAY
  154. RINGINGS 5
  155.